Skip to content

azure: fix multiple checkouts on azure #61213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 26, 2019

Conversation

pietroalbini
Copy link
Member

We were checking out the rustc repo multiple times on auto macOS, and
that was causing an error on the Azure side since multiple checkouts are
apparently not supported. This removes the extra checkout.

r? @alexcrichton
fixes #61170

We were checking out the rustc repo multiple times on auto macOS, and
that was causing an error on the Azure side since multiple checkouts are
apparently not supported. This removes the extra checkout.
@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label May 26, 2019
@alexcrichton
Copy link
Member

@bors: r+ rollup

@bors
Copy link
Collaborator

bors commented May 26, 2019

📌 Commit d185fea has been approved by alexcrichton

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 26, 2019
@pietroalbini
Copy link
Member Author

@bors rollup- p=10

Let's get this in before #61212, or at least see if it works.

@bors
Copy link
Collaborator

bors commented May 26, 2019

⌛ Testing commit d185fea with merge f41564cc0e31b2fdc132ef4edef21fd204139d2d...

@pietroalbini
Copy link
Member Author

@bors r- retry

The Azure build failed.

@bors bors added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. labels May 26, 2019
@pietroalbini
Copy link
Member Author

@bors r=alexcrichton p=1 rollup=never

We forgot to increase the timeout from 1 hour in the auto branch... woops!

@bors
Copy link
Collaborator

bors commented May 26, 2019

📌 Commit 4af19b0 has been approved by alexcrichton

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels May 26, 2019
@bors
Copy link
Collaborator

bors commented May 26, 2019

⌛ Testing commit 4af19b0 with merge 5187be6...

bors added a commit that referenced this pull request May 26, 2019
…lexcrichton

azure: fix multiple checkouts on azure

We were checking out the rustc repo multiple times on auto macOS, and
that was causing an error on the Azure side since multiple checkouts are
apparently not supported. This removes the extra checkout.

r? @alexcrichton
fixes #61170
@bors
Copy link
Collaborator

bors commented May 26, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: alexcrichton
Pushing 5187be6 to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label May 26, 2019
@bors bors merged commit 4af19b0 into rust-lang:master May 26, 2019
@pietroalbini pietroalbini deleted the fix-azure-multiple-checkouts branch August 13, 2019 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

azure: Fix auto build not working
4 participants